projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f029d62
)
(rmail-header-add-header): Use delete-region instead of kill-region.
author
Henrik Enberg
<henrik.enberg@telia.com>
Mon, 30 Apr 2007 20:47:00 +0000
(20:47 +0000)
committer
Henrik Enberg
<henrik.enberg@telia.com>
Mon, 30 Apr 2007 20:47:00 +0000
(20:47 +0000)
lisp/mail/rmailhdr.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailhdr.el
b/lisp/mail/rmailhdr.el
index bf4438e10d5b5ff8de4d00b797fe38341be54f82..c896b62948324b63440d4dc462d69eee2c2a152a 100644
(file)
--- a/
lisp/mail/rmailhdr.el
+++ b/
lisp/mail/rmailhdr.el
@@
-72,7
+72,7
@@
instead."
(let ((start (match-beginning 0)))
(re-search-forward "\n[^ \t]")
(goto-char limit)
- (
kill
-region start (1+ (match-beginning 0))))
+ (
delete
-region start (1+ (match-beginning 0))))
(goto-char limit))
(when (> (length value) 0)
(insert header ": " value "\n")))))